home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Mohl byste mi otev{invalid_utf8=248}{invalid_utf8=237}t tu br{invalid_utf8=225}nu, pros{invalid_utf8=237}m";
- if(_root.menu.eng)
- {
- Text1 = "May you open this gate please?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Nem{invalid_utf8=225}m r{invalid_utf8=225}d takov{invalid_utf8=233} akce";
- if(_root.menu.eng)
- {
- Text2 = "I don\'t like actions like this.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "21";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-